.navbar-brand {
	margin: 0 15px 0 15px;
}
.dropdown-item {
	font-size: 0.85em;
	color: white !important;
}
#images-row {

}
.image {
	border-radius: 10px;
}
#comment-row {

}
#comment-text {
	text-align: left;
	color: white;
	box-shadow: 2px 2px 4px #151b42;
	padding: 1rem;
	border-radius: 10px;
	height: 100%;
}
#comment-iframe {
	text-align: left;
	color: white;
	box-shadow: 2px 2px 4px #151b42;
	padding: 1rem;
	border-radius: 10px;
}
.shadow {
	box-shadow: 2px 8px 8px #151b42;
}
.row-divider {
	background-color: white;
}
#servers-row {

}
img {
	overflow: hidden;
}
.server-button {
	text-align: center;
	background-color: grey;
	color: white;
	border-radius: 0px 0px 6.5px 6.5px;
}
.server-button-image {
	border-radius: 6.5px 6.5px 0px 0px;
}
a:link {
	text-decoration: none !important;
}
a:visited {
	text-decoration: none !important;
}
a:hover {
	text-decoration: none !important;
}
a:active {
	text-decoration: none !important;
}
hr {
  border: 0;
  clear:both;
  display:block;
  width: 96%;               
  background-color: white;
  height: 1px;
}
#background {
background: rgb(59,87,145);
background: linear-gradient(180deg, rgba(59,87,145,1) 0%, rgba(18,30,69,1) 100%);
}
#iframe-mobile-row {

}
#mobile-iframe {

}
#footer {
	height: 400px;
	margin-left: 0;
	width: 100%;
}
#quotes {
	text-align: center;
	color: white;
	font-weight: bold;
	font-size: 2em;
}
#quoteDescription{
	font-size: 0.5em;
}

.footer-text {
	margin-top: 10px;
	color: white;
	margin-left: 10px;
	font-weight: bold;
}
.footer-logo {
	filter: grayscale(100%);
}
#navbar {
	color: white !important;
	box-shadow: 10px #262625;
	background: #121e45!important;
}
.nav-link {
	color: white !important;
}
.navbar-brand {
	color: white !important;
	font-weight: 500;
}
.background {
	background: rgb(59,87,145)!important;
	background: linear-gradient(180deg, rgba(59,87,145,1) 0%, rgba(18,30,69,1) 100%)!important;
}


.image-button-bottom {
	background-color: #3b5791!important;
}


/* Container holding the image and the text */
.container {
  position: relative;
  text-align: center;
  color: white;
}

/* Bottom left text */
.bottom-left {
  position: absolute;
  bottom: 8px;
  left: 16px;
}

/* Top left text */
.top-left {
  position: absolute;
  top: 8px;
  left: 16px;
}

/* Top right text */
.top-right {
  position: absolute;
  top: 8px;
  right: 16px;
}

/* Bottom right text */
.bottom-right {
  position: absolute;
  bottom: 8px;
  right: 16px;
}

/* Centered text */
.centered {
  position: absolute;
  top: 75%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.hover:hover {
	filter: brightness(70%);
}

.dropdown-menu {
	background-color: #020a3b !important;
	color: white !important;
	filter: brightness(100%) !important;
}

.dropdown-item:hover {
	background-color: #020a3b !important;
	filter: brightness(100%) !important;
}

.dropdown-item span:hover {
	filter: brightness(70%) !important;
}

.sml-footer-text {
	font-size: 0.75em;
}

.rules-box {
	border-radius: 25px;
}
.fit {
	object-fit: contain;
}
.rules-img {
	border-radius: 10px;
	width: 100%;
}
.rules-img-box {
	padding: 5% 5% 5% 0;
}
.rules-title {
	color: white;
}
.rules-text {
	color: white;
}
.pointer {
	cursor: pointer;
}
.container-sizer {
	width: 90%;
	margin: 0 auto 0 auto;
}

.carousel-indicators {
	bottom:-50px;
}

.large {
	visibility: hidden;
}

.incomplete-text {
	margin: 100px 10% 100px 10%;
	text-align: center;
	font-size: 50px;
	color: white;
}

.construction-back {
	background-image: url("Images/caution.png");
 	background-color: #cccccc;
}

.rules-subtitle {
	color: white;
}

@media only screen and (max-width: 950px) and (min-width: 600px){
	.mobile-text {
		font-size: 0.8em;
	}
}

@media only screen and (max-width: 599px){
	.mobile-text {
		font-size: 0.65em;
	}
}

.expand-prompt {
	text-align: center;
	color: gray;
}

.expand-prompt:hover {
	color: darkgray;
}
